Red Security

Full Version: HTML language
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In Th Name Of Allah
Al-Salam Alekum


HTML is the standard markup
language for creating Web pages.
  • HTML stands for Hyper Text
    Markup Language.
  • HTML describes the structure of Web pages using markup.
  • HTML elements are the building
    blocks of HTML pages.
  • HTML elements are represented by tags.
  • HTML tags label pieces of content such as "heading", "paragraph","table", and so on.
  • Browsers do not display the HTML tags, but use them to render the content of the page.


Sample:
Code:
<!DOCTYPE html>
    <html>
      <head> <title>Red Security</title>
      </head>
       <body> <h1>Red Security Forums</h1> <p>:)</p>
       </body>
    </html>

Copy that code and paste it in a editor like a Notepad or Notepad++ and save it with name: redsec.html
Finally open it with your browser Smile .
If you have any questions, feel free to ask.

Wa Salam Alekum
HTML today is used in HTML5, using JavaScript and CSS to help the page become what it is.
Web designers should focus on those 3, and if you want to develop more, go to PHP/SQL as sites use databases too.
(05-24-2017, 12:46 PM)Lakestores Wrote: [ -> ]HTML today is used in HTML5, using JavaScript and CSS to help the page become what it is.
Web designers should focus on those 3, and if you want to develop more, go to PHP/SQL as sites use databases too.

Exactly
HTML can't work with itsself
you need to learn both Javascript and CSS and If you want to use a database or something advanced you have to learn PHP and Sql.
But let's don't forget Asp it was the best language when it started but today PHP is better.