Search This Blopart -014g

Thursday, May 30, 2019

website basice html part no.02

 HTML Basic Examples  part -02

  • HTML Links


  • HTML links are defined with the <a> tag:

  • Example


  • <a href="https://www.w3schools.com">This is a link</a>
  • The link's destination is specified in the href attribute. 
    Attributes are used to provide additional information about HTML elements.
    You will learn more about attributes in a later chapter.
      
  •  
  • <!DOCTYPE html>
    <html>
    <body>

    <h2>HTML Links</h2>
    <p>HTML links are defined with the a tag:</p>

    <a href="https://www.w3schools.com">This is a link</a>

    </body>
    </html> 
  •  
  •  
  •  
  • HTML Images

    HTML images are defined with the <img> tag.
    The source file (src), alternative text (alt), width, and height are provided as attributes:


    HTML Buttons

    HTML buttons are defined with the <button> tag:

    Example

    <button>Click me</button>

     
     

Wednesday, May 29, 2019

HTML Basic Examples expalin

                   HTML Basic Examples

 Don't worry if these examples use tags you have not learned.You will learn about them in the next chapters.

                                                 Subscribe & share our you tube channel techanical web 

HTML Documents

All HTML documents must start with a document type declaration: <!DOCTYPE html>.
The HTML document itself begins with <html> and ends with </html>.
The visible part of the HTML document is between <body> and </body>.

  • Example


  • <!DOCTYPE html>
  • <html>
  • <body>
  • <h1>My First Heading</h1>
  • <p>My first paragraph.</p>
  • </body>
  • </html>
  •  .............................................................................................................................................................
    1. HTML Headings

    2. HTML headings are defined with the <h1> to <h6> tags.

    3. <h1> defines the most important heading. <h6> defines the least important heading: 

    4. Example

    5. <h1>This is heading 1</h1>
      <h2>This is heading 2</h2>
      <h3>This is heading 3</h3>
       

 ........................................................................................................................................................................
  1. HTML Paragraphs


  2. HTML paragraphs are defined with the <p> tag:

  3. Example


  4. <p>This is a paragraph.</p>
  5. <p>This is another paragraph.</p>
     join our youtube channel  ............................................
  6.                                   techincal web                                                                

CODING PALTHFROM AND SAVE FILE DEATILES

                      HTML Editors 

use the palthfrom in coding regard enfromastion by techanical web youtube channel 

Write HTML Using Notepad or TextEdit

Web pages can be created and modified by using professional HTML editors.
However, for learning HTML we recommend a simple text editor like Notepad (PC) or TextEdit (Mac).
We believe using a simple text editor .is a good way to learn HTML
Follow the four steps below to create your first web page with Notepad or TextEdit.

 

 Step 1: Open Notepad (PC)

Windows 8 or later:
Open the Start Screen (the window symbol at the bottom left on your screen). Type Notepad.
Windows 7 or earlier:
Open Start > Programs > Accessories > Notepad


                         Step 1: Open TextEdit (Mac)

Open Finder > Applications > TextEdit
Also change some preferences to get the application to save files correctly. In Preferences > Format > choose "Plain Text"
Then under "Open and Save", check the box that says "Display HTML files as HTML code instead of formatted text".
Then open a new document to place the code.

                             first coding in notpad

  • Step 2: Write Some HTML


  • Write or copy some HTML into Notepad.


  • <!DOCTYPE html>
  • <html>
  • <body>
  • <h1>My First Heading</h1>
  • <p>My first paragraph.</p>
  • </body>
  • </html>
  •  
   open the notpad than your fist coding enter  up secren coding show .after coding run the page firfox webbroser  








Notepad this is coding windowes

  • Step 3: Save the HTML Page

  • Save the file on your computer. Select File > Save as in the Notepad menu.
  • Name the file "index.htm" and set the encoding to UTF-8 (which is the preferred encoding for HTML files).
View in Browser
       

  • Step 4: View the HTML Page in Your Browser

  • Open the saved HTML file in your favorite browser (double click on the file, or right-click - and choose "Open with").
  • The result will look much like this:
View in Browser

                                                          TECHANICAL WEB 
                                                                                 youtube channel team 

Tuesday, May 28, 2019

WEBSITE DESIGN COURSE --01



                        HTML Introduction



                                   

                             What is HTML

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
    ----------------------------------------------------------------------------------------------------------
  •                                          about..............
  • so frinds this is a simple intro in html website design full course 
  • this chapter number..01 
  • full deatilesh in classes 01 website design course in english 
  • today iam providing rhe simple teg use 
  • <html>  this is a open teg in this cash
  • </html>this is a closed teg in this cash
  • <body> this is a body teg all scren show in your monter so useing the under <body>  teg .
  • </body>body teg cloged in this teg's
  • so finely vewer's today i am learing the simple inter. and providing the simple teg.
  •                             subsecribe our youtube channel 
    •                                       TECHINCAL WEB
    •  

    •               A Simple HTML Document CODING

      <!DOCTYPE html>
      <html>
      <head>
      <title>Page Title</title>
      </head>
      <body>

      <h1>My First Heading</h1>
      <p>My first paragraph.</p>

      </body>
      </html>
       

       

HTML Block and Inline Elements part-020 in hindi

एचटीएमएल ब्लॉक और इनलाइन तत्वों हर HTML तत्व यह है तत्व की किस प्रकार पर निर्भर करता है एक सामान्य प्रदर्शन महत्व है। दो प्रदर्शन...