kidolikid.paste.lol · paste listing
html-basic
4 months agoHTML documents start with a document type declaration <!DOCTYPE html>. This helps browsers to display web pages correctly.
* appear once, at the top of the page, before any HTML tags
* not case sens...
html-introduction
4 months agoThe HyperText Markup Language or HTML is the standard markup language for Web pages. For example:
<!DOCTYPE html>
<html>
<head>
<title>Is Title</title>
</head>
<body>
<h1>Is Heading</h1>
<...
html-practise
5 months agoThere are many professional HTML editors can be used to code and edit HTML codes. Besides, you may use Notepad on PC and TextEdit on Mac to practise coding.
Notepad:
1. Start > Search > Notepad.
...