Html in one minute
HTML is a markup language used to create web pages. It stands for Hypertext Markup Language. Here's a quick rundown
Open a text editor like Notepad or Sublime Text.
Type "<!DOCTYPE html>" to specify the document type and "<html>" to start the HTML ...
jadenmaxi.hashnode.dev1 min read