This forum is now read-only. Please use our new forums! Go to forums

banner
Close banner
0 points
Submitted by catahoola
almost 9 years

What is the extra things being added when bootstrap is applied to the code?

Forgive me for the stupid question haha! So my list is going from something like this `

  • Name

`

To this when Bootstrap is added. `

  • <**a href =”#”>**Name

`

I understand the <ul class="pull-right">, but I am wondering why the bolded portion (a href="#") of the code is added in by bootstrap and what it is doing. Thanks a bunch!

Answer 559ef032937676a5520001ea

0 votes

Permalink

Hi catahoola,

There are no stupid questions!

<a href="#">Name</a> isn’t a Bootstrap thing. It is a way to make a bit of text on your page act like a link. Usually you use it when you don’t want or don’t have the real link ready yet but you’d like to experience that page with text that behaves like a link.

points
Submitted by Judy
almost 9 years