RE: HTML Tags 12-20-2012, 12:48 AM
#11
It's nothing it happens for everyone
![Smile Smile](https://sinister.ly/images/smilies/set/smile.png)
HTML Tags filter_list | |
(12-20-2012, 12:27 AM)MobbiN Wrote: Lets start withDoctype"<doctype html>" basically starts your script off it basically tells your browser that its a HTML document and the language of the script is HTML it is crucial that when ever you start your script that you use you can use this by doing
<doctype html>. </html>
Quote:<!DOCTYPE html>
Quote:<doctype html>. </html>
(12-20-2012, 12:27 AM)MobbiN Wrote:Break LineThe <br></br> tag can be used to start another Line
like
this
you can use this to split up a paragraph in hopes to make you code or your webpage look neater.
(12-20-2012, 12:27 AM)MobbiN Wrote:bodyThe body tag <body></body> will tell your web browser where to read the code so using the <doctype html> </html> tag starts your source followed by <body></body> to set were the browser will start to read the source.
(12-20-2012, 12:27 AM)MobbiN Wrote: Lets start withDoctype"<doctype html>" basically starts your script off it basically tells your browser that its a HTML document and the language of the script is HTML it is crucial that when ever you start your script that you use you can use this by doing
<doctype html>. </html>
Quote:<!DOCTYPE html>
Quote:<doctype html>. </html>
(12-20-2012, 12:27 AM)MobbiN Wrote:Break LineThe <br></br> tag can be used to start another Line
like
this
you can use this to split up a paragraph in hopes to make you code or your webpage look neater.
(12-20-2012, 12:27 AM)MobbiN Wrote:bodyThe body tag <body></body> will tell your web browser where to read the code so using the <doctype html> </html> tag starts your source followed by <body></body> to set were the browser will start to read the source.
(12-20-2012, 12:27 AM)MobbiN Wrote: Lets start withDoctype"<doctype html>" basically starts your script off it basically tells your browser that its a HTML document and the language of the script is HTML it is crucial that when ever you start your script that you use you can use this by doing
<doctype html>. </html>
Quote:<!DOCTYPE html>
Quote:<doctype html>. </html>
(12-20-2012, 12:27 AM)MobbiN Wrote:Break LineThe <br></br> tag can be used to start another Line
like
this
you can use this to split up a paragraph in hopes to make you code or your webpage look neater.
(12-20-2012, 12:27 AM)MobbiN Wrote:bodyThe body tag <body></body> will tell your web browser where to read the code so using the <doctype html> </html> tag starts your source followed by <body></body> to set were the browser will start to read the source.