HTML-What Is DOCTYPE Tag
On the HTML document you have often seen that there is a <!DOCTYPE html> declaration before the <html> tag. HTML… Read More »HTML-What Is DOCTYPE Tag
On the HTML document you have often seen that there is a <!DOCTYPE html> declaration before the <html> tag. HTML… Read More »HTML-What Is DOCTYPE Tag
There are two display values: block and inline. Block-level Elements A block-level element always starts on a new line. A… Read More »HTML Block and Inline Elements