htmlHello world example
<!DOCTYPE html>
<html>
  <head><title>Hi</title></head>
  <body>
    Hello world!
  </body>
</html>ctrl + c| DOCTYPEdefine type of this document (html in our case) | titlespecify title of the browser window (or tab) | 
| bodymain html content goes here | |
More of Html
- How to open a link in a new tab or window
- Whitespace symbol in HTML
- Character for up triangle
- Create clickable checkbox label
- Set default value of a select box
- Add Whatsapp share link to a web page
- How to play audio
- Allow only numbers in input
- Native input custom autocomplete using datalist
- Add email content (body) to mailto: links automatically
See more codes...