DESIGNING STATIC WEBSITE

what is the HTML?

html stands for hypertext markup language

how to write html Programmed

open notepad
type coding
save the file by giving HTML extinction

What are the tags?

Tags are commands that we can provide instructions to the web page. These tags are written is opening and closing angle brackets. There are two types of tags they are container tags, empty tags.

syntax<command>
example
<html>

structure for the code


Comments