Skip to main content

Learn HTML Basic


Learn HTML Basic


Anyone check the HTML and JavaScript cope of any website in browser using Inspect element button (ctrl+shift+i). Inspect element button can found on clicking right click of mouse in browser such as google chrome, Microsoft edge etc.

HTML :- Car Body

CSS :- Paint on Car

JavaScript:- Car Engine

HTML Element = Start Tag + Content + End tag

!  <Emmet Abbreviation> that is given below 

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>


<p>lorem30</p> :- to make any paragraphs using random words

<br> br tag to break any line

<hr> hr tag to make horizontal line

Press alt for multiple cursors in VSCode

Anchor tag:-

input

    <a href="https://example.com">Website</a>
    <a href="mailto:deepaktewatia01@gmail.com">Email</a>
    <a href="tel:+918398979594">Phone</a>

output

 You can reach Michael at:


Comments

Popular posts from this blog

How to Host any stable website on github

First of all we need to make a stable website script using any language here i am using HTML.  then login into github  then create a repository as shown in below snapshot. then use below mention commands in git bash cmd. git init git status git add README.md git status git commit -m "first commit" git branch -M master git remote add origin https://github.com/DpkTewatia/Dpk_Tewatia.git git push -u origin master …or push an existing repository from the command line git remote add origin https://github.com/DpkTewatia/Dpk_Tewatia.git git branch -M master git push -u origin master Finally your static website hosted on GitHub and whole source code added on GitHub repository.

Web Development

  WEB DEVELOPMENT FOR FULL STACK DEVELOPMENT C# .net core  .net core API Learn above mentioned course using "freecodecamp" youtube channel UI UI Frame Angular React JS Blazor PHP CSS BOOTSTRAP "Yahoo Baba" youtube channel