HTML and CSS The difference and functions of web development basics

The difference between HTML and CSS. in code implementation:

HTML is a hypertext markup language. so this is the basis of web development because in every field and software uses this coding. HTML coding is most popular in different web development and web designing software. this very common and popular because of the importance of its coding and its implementation. so this is the markup language, not a programming language. its code is implemented in tags. like

<html>
 <head>
          <title> this is HTML language code</title>
</head>
<body>

<h1></h1>

</body>
</html>
Add caption

these elements of HTML codes using with HTML tags. HTML markup showing the structure of website further, someone that wants to develop a website sure is touched with HTML and CSS because CSS in another for web development is necessary. this is keen related language similarity. this is the language for webpage and whole website designing so for.
on the other CSS is cascading style sheet is also very popular and very common used in web development for more and more I web development. so this is also one mode of HTML coding. This basically for creating styles means making the design of your website and colors to make the website look very beautiful and very heart touching design so this is a very good design by CSS cascading design.
<!DOCTYPE html>
<html>
  
  <head>
        <meta charset="utf-8">
     <title>HTML: Images</title>
    </head>
   <body>
    <h1>All about rabbits!</h1>
    <h3>Why rabbits make great pets</h3>
    <ul>
        <li>They're furry!</li>
        <li>Great listeners!</li>
    <li>Eat all your leftover carrots!</li>
    </ul>
    <h3>Top 3 most famous rabbits</h3>
    <ol>
   <li>Bugs bunny</li>
  <li>Easter Bunny</li>
   <li>Thumper</li>
</ol>
    <h2>Basic info</h2>
    <p>The quick brown fox jumps over the lazy dog. this is the very interesting and
full versed sentence as complete.
<em>our</em> world, and
 <strong>they reproduce more
 than any human <em>ever</em> has
</strong>
.</p> 
    <h2>Songs</h2>
   
    <p>Little Bunny Foo Foo, <br>
I don't want t
o see you <br>
this is HTML the hypertext markup language for web development.  <br>
and
 bopping them on the head!</p>
and the next lesson will be uploaded b me in the next article. so if you are interested to see and share my posts and these lessons and articles with your friends. I'll be hopefully for you in next teaching sessions by these articles. I hope you'll be more profited with these posts about web development and knowledgehub92. so these articles basically related to knowledge on engineering, web designing like Wordpress and HTML , javascript, bootstrap and lots more web development like PHP and MySQL and jquery. 


CSS. cascading stylesheet.
The web development designing language for html and after it css is more important for developmetn in css style updating, editing and uploadign new files for web development and lots more.
<html>
    <head>
        <meta charset="utf-8">
  
      <title>CSS Basics</title>
    </head>
    <body>
 <h1>All about Hmtl and css</h1> 
  <img src="https://www.knowledgehub92.info/programming-images/animals/rabbit.png">
alt="Rabbit with lop ears in barn" width="203"> 
    <h2>Basic info</h2>
 <p>css is another mode of web development as designing in css and html in web development <em>our</em> world, 
and <strong>they reproduce more than any human 
<em>ever</em> has</strong>.</p>
    
    
<h2>codings and website design</h2>
    
   
 <p>Little Bunny Foo Foo, 
and bopping them on the head!</p>



 <h3>Why rabbits make great pets</h3> <ul>
        <li>They're furry!
</li>
    
m    <li>Great viewers with the with and read the article</li>
        
<li>Eat all your leftover carrots!</li>
    </ul>
    
 <h3>Top 3 most famous rabbits</h3>
    
    <ol>
        <li>Bugs bunny</li> 

 </body>

</html>
CSS describes how to display HTML elements on the screen, paper, or other media. it also used for HTML 
website design and display of websites like this.
Demonstrate how different style sheets can change the layout of your HTML page.
You can change the layout of this page by selecting a different style sheet in the menu or selecting one 







Previous
Next Post »