Results 1 to 4 of 4

Thread: Explain how can you integrate CSS file to your webpage?

  1. #1

  2. #2
    Join Date
    May 2016
    Posts
    149

    Default

    you can import css fine in HTML file.

    <link href="../vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">

  3. #3
    Join Date
    Feb 2016
    Location
    CA
    Posts
    381

    Default

    You have to include that file in your page.

  4. #4
    Join Date
    Apr 2020
    Posts
    704

    Default

    CSS may be added to HTML in three different ways. To style a single HTML element on the page, use Inline CSS in a style attribute. By adding CSS to the head section of our HTML document, we can embed an internal stylesheet. We can also connect to an external stylesheet that separates our CSS from our HTML.

Similar Threads

  1. Creat webpage
    By ianblue in forum Web Design Solutions
    Replies: 15
    Last Post: 03-02-2018, 06:14 AM
  2. Explain how can you integrate CSS file to your webpage?
    By sinelogixtech in forum Web Design Solutions
    Replies: 2
    Last Post: 06-16-2017, 04:40 PM
  3. Explain me about google adsense?
    By ArkPresentation in forum Business Tools
    Replies: 1
    Last Post: 04-18-2017, 07:05 AM
  4. Explain why to use Google Adwords?
    By christinebreese in forum Web Design Solutions
    Replies: 7
    Last Post: 03-03-2017, 11:04 AM
  5. Save a complete webpage *and the pages it links to*
    By mosifekam in forum Software & Hardware
    Replies: 1
    Last Post: 07-05-2013, 10:44 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •